Decline

This operation transfers the council's decision to decline the Certificate Registration application from the the Online Certificate Registration Service to the certifier's IT system.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

Private Certifier organisation ID

IdempotencyId
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json

body

caseStatus
string

Status of the request for additional information

declineDate
string <date>

Date of Decline

required
Array of objects (DeclineReasonList)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "Complete",
  • "declineDate": "2019-08-24",
  • "declineReasons": [
    ]
}